@charset "utf-8";
/* CSS Document */

.contentLeft
{
	width:228px;
	float:left;
	}
.list-machine
{
	float:left;
	width:228px;
	
	background-color: #63b7c3;
	}
.list-machine ul
{ list-style:none;
  padding-left:0;
  margin-top: 0;
	}
.list-machine ul li div
{
	position:absolute;
	background-color:#fefefe;
	opacity:0.7;
	margin-left:160px;
	margin-top:-20px;
 }
 .list-machine ul li div a
 {
	 position:relative;
	 display:block;
	 height:32px;
	 width:145px;
	 border-bottom:#b2b2b2 1px solid;
	 font-weight:bold;
	 color:#333;
	 font-size:12px;
	 padding-left:25px;
	 background:url(../../images/rigeo/block.png) no-repeat left
	 }
.list-machine ul li div a:hover
{
	border-bottom:#005ea0 1px solid;
	color:#005ea0;
	background:url(../../images/rigeo/blue.png) no-repeat  left}
.list-machine ul li
{   
	display:block;
	background-color: #63b7c3;}
.list-machine ul li a
{   
     height:42px;
	 width:228px;
	color:#fff;
	padding-left:50px;
	display:block;
	padding-top: 10px;
	}
.list-machine ul li a:hover
{   
    border-left: #4fa8b5 5px solid;
	background-color:#fff;
	color:#333;
	text-decoration:none;}
.salenet
{
	margin-top:10px;
	float:left;}
	
.search
{
	border:#63b7c3 1px solid;
	margin-top:10px;
	float:left;
	height:170px;
	width:100%;
	}
.connection
{
	margin-top:12px;
	height:255px;
	float:left;}
.connection p 
{
	font-size:12px;
	color:#333;
	padding-left:5px;
	}